This website works better with JavaScript.
Explore
Help
Sign In
clyne
/
interpreter
Watch
1
Star
0
Fork
You've already forked interpreter
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dab3b1d51e
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'dab3b1d51e'
${ noResults }
interpreter
/
tests
/
test7
15 lines
101 B
Plaintext
Raw
Blame
History
j = 6
func(test) {
i = 0
while (i < 10) {
i = i + 1
}
j = 15
}
print(i)
print(" ")
print(j)
Reference in New Issue
View Git Blame
Copy Permalink