bug submitted Case 26020
unpack( ) doesn’t work in latest daily build 1202
code below produces this error
‘Attempt to call field ‘unpack’ (a nil value)’
arg = { "this","is","a","test","of","the","unpack","global","function"} print( unpack( arg ) )