Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
7
Task/Function-definition/SNOBOL4/function-definition.sno
Normal file
7
Task/Function-definition/SNOBOL4/function-definition.sno
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
define('multiply(a,b)') :(mul_end)
|
||||
multiply multiply = a * b :(return)
|
||||
mul_end
|
||||
* Test
|
||||
output = multiply(10.1,12.2)
|
||||
output = multiply(10,12)
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue