repl.txt (257B)
1 2 {{alias}}( x ) 3 Identity function. 4 5 Parameters 6 ---------- 7 x: any 8 Input value. 9 10 Returns 11 ------- 12 out: any 13 Input value. 14 15 Examples 16 -------- 17 > var v = {{alias}}( 3.14 ) 18 3.14 19 20 See Also 21 -------- 22