function name(args)print(args)end function _name(args)print(args)end name("#123123") _name("fdsafdsafa") print(args)
Standard input is empty
#123123 fdsafdsafa nil
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!