A script language of preemptive scheduling coroutine in single thread
Print argument.
@mln_print(var);
Input:
Return value:
Output detail of the given argument.
@mln_dump(var);
Input:
Return value:
a = [1, 2, 3];
@mln_print(a);
@mln_dump(a);
The output is:
[1, 2, 3, ]
var <Var> Refer Alias name: var valueRef: 2, udata <0x0>, func <0x0>, notModify: false
<ARRAY>
ALL ELEMENTS:
Index: 0
Value:
Normal valueRef: 1, udata <0x0>, func <0x0>, notModify: false
<INT> 1
Index: 1
Value:
Normal valueRef: 1, udata <0x0>, func <0x0>, notModify: false
<INT> 2
Index: 2
Value:
Normal valueRef: 1, udata <0x0>, func <0x0>, notModify: false
<INT> 3
KEY ELEMENTS:
Refs: 2