rename from biscuit to bisquit
This commit is contained in:
parent
dbfdde72ab
commit
54bbaff3ea
7 changed files with 3 additions and 3 deletions
9
examples/faculty.bisq
Normal file
9
examples/faculty.bisq
Normal file
|
@ -0,0 +1,9 @@
|
|||
PRINT "This program calculates the faculty of a number."
|
||||
ASSIGN 1 fac
|
||||
NUMIN "Please input your number!" num
|
||||
ASSIGN num i
|
||||
MUL fac i fac
|
||||
SUB i 1 i
|
||||
GOTO 5 i
|
||||
PRINT "The faculty of " num " is " fac "."
|
||||
EXIT
|
Loading…
Add table
Add a link
Reference in a new issue