mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
initial commit
This commit is contained in:
commit
c2da007f40
1610 changed files with 398047 additions and 0 deletions
8
crypto/test/fift/cmdline.fif
Executable file
8
crypto/test/fift/cmdline.fif
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/fift -s
|
||||
{ ."usage: " $0 type ." <num1> <num2>" cr
|
||||
."Computes the product of two integers." cr bye } : usage
|
||||
{ ' usage if } : ?usage
|
||||
$# 2 <> ?usage
|
||||
$1 (number) 1- ?usage
|
||||
$2 (number) 1- ?usage
|
||||
* . cr
|
Loading…
Add table
Add a link
Reference in a new issue