Time for an 2014 update…
This commit is contained in:
parent
372c577f83
commit
09687c4926
2520 changed files with 34227 additions and 7318 deletions
|
|
@ -1,6 +1,6 @@
|
|||
func Multiply(A, B); \the characters in parentheses are only a comment
|
||||
int A, B; \the arguments are actually declared here, as integers
|
||||
return A*B; \the default (undeclared) function type is integer
|
||||
return A*B; \the default (undeclared) function type is integer
|
||||
\no need to enclose a single statement in brackets
|
||||
|
||||
func real FloatMul(A, B); \floating point version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue