rename from biscuit to bisquit

This commit is contained in:
Hans 2021-11-17 19:39:02 +01:00
parent dbfdde72ab
commit 54bbaff3ea
7 changed files with 3 additions and 3 deletions

5
examples/numbers.bisq Normal file
View file

@ -0,0 +1,5 @@
ASSIGN 10 i
PRINT i
SUB i 1 i
GOTO 2 i
EXIT