Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,3 +0,0 @@
|
|||
function multiply( atom a, atom b )
|
||||
return a * b
|
||||
end function
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
function multiply( object a, object b )
|
||||
return a * b
|
||||
end function
|
||||
|
||||
sequence a = {1,2,3,4}
|
||||
sequence b = {5,6,7,8}
|
||||
|
||||
? multiply( 9, 9 )
|
||||
? multiply( 3.14159, 3.14159 )
|
||||
? multiply( a, b )
|
||||
? multiply( a, 7 )
|
||||
? multiply( 10.39564, b )
|
||||
Loading…
Add table
Add a link
Reference in a new issue