Initial Commit
This commit is contained in:
16
program.sbl
Normal file
16
program.sbl
Normal file
@ -0,0 +1,16 @@
|
||||
start:
|
||||
?input "What do you want to oopify?"
|
||||
$input + "oop!"
|
||||
$"Do you want to oopify something else? (y/n)"
|
||||
;
|
||||
|
||||
on y
|
||||
goto start
|
||||
end
|
||||
|
||||
on n
|
||||
goto end
|
||||
end
|
||||
|
||||
end:
|
||||
$"Goodbye!"
|
Reference in New Issue
Block a user