1
0
Fork 0
mirror of https://gitlab.com/niansa/pilang2.git synced 2025-03-06 20:49:22 +01:00

Fixed guessinggame

This commit is contained in:
niansa 2020-05-30 15:37:57 +02:00
parent 3c3910c086
commit 7554ab1cf3

View file

@ -27,5 +27,5 @@ marker set,mainloop
print "You guessed it! It's ",$~number,!
print "Now guess another number..."
inc number,7
inc asint,number,7
marker goto,mainloop