rename from biscuit to bisquit
This commit is contained in:
parent
dbfdde72ab
commit
54bbaff3ea
7 changed files with 3 additions and 3 deletions
11
examples/fibonacci.bisq
Normal file
11
examples/fibonacci.bisq
Normal file
|
@ -0,0 +1,11 @@
|
|||
ASSIGN 8 n
|
||||
ASSIGN 0 a
|
||||
ASSIGN 1 b
|
||||
PRINT a
|
||||
ADD a b a
|
||||
PRINT a
|
||||
ADD a b b
|
||||
PRINT b
|
||||
SUB n 1 n
|
||||
GOTO 5 n
|
||||
EXIT
|
Loading…
Add table
Add a link
Reference in a new issue