code multimethod
Methods
- code(a:Arr) Source: stdlib.ngs:2245
- Convert an array to NGS code that would produce the array when executed. Not fully functional yet.
- code(h:Hash) Source: stdlib.ngs:2610
- Convert a Hash to NGS code that would produce the given Hash when executed. Not fully functional yet.
- code(b:Bool) Source: stdlib.ngs:3137
- Convert a Bool to NGS code that would produce the given Bool when executed. Not fully functional yet.
- code(n:Int) Source: stdlib.ngs:3200
- Convert an Int to NGS code that would produce the integer when executed. Not fully functional yet.
- code(s:Str) Source: stdlib.ngs:3573
- Convert a Str to NGS code that would produce the string when executed. Not fully functional yet.
BUG: Does not do escaping.
- code(n:Null) Source: stdlib.ngs:5602
- Convert null to NGS code that would produce null when executed.
- code(r:AWS::InstanceRes)experimental Source: autoload/AWS.ngs:1042
- EXPERIMENTAL! Do not use!
Converts Instance resources to NGS code.
Right now it works in the most primitive way.
- code(r:AWS2::InstanceRes)experimental Source: autoload/AWS2.ngs:1136
- EXPERIMENTAL! Do not use!
Converts Instance resources to NGS code.
Right now it works in the most primitive way.