Closed trumae closed 6 years ago
That code is a simple way to use golang functions in rum scripts. Only the primitive types in rum parser.Values can be used as parameters or returns.
This is a good way to implement "import" packages to Rumlang... Thank you @trumae !
That code is a simple way to use golang functions in rum scripts. Only the primitive types in rum parser.Values can be used as parameters or returns.