Call a function: Difference between revisions

m
Line 389:
}
 
getNumber: {-> 3 }
 
// Calling a function that requires no arguments
Line 401:
 
// Using a function in statement context
if true {-> printHello ~ }
 
// Using a function in first-class context within an expression
if [getNumber ~]=3 {-> "yep, it worked" }
 
// Obtaining the return value of a function:
1,532

edits