Initial commit
This commit is contained in:
9
tests/cheese.ppl
Normal file
9
tests/cheese.ppl
Normal file
@@ -0,0 +1,9 @@
|
||||
(let in "no")
|
||||
(while (!= in "yes")
|
||||
(print "Do you like cheese?")
|
||||
(set in (input))
|
||||
(if (!= in "yes")
|
||||
(print "That is sad")
|
||||
)
|
||||
)
|
||||
(print "Awesome! I do too!")
|
||||
Reference in New Issue
Block a user