parrotcode: include/macros/types.pir | |
Contents | Language Implementations | Common Lisp |
include/macros/types.pir
Creates a new cons with car A and cdr B, placing the result in R.
Creates a new string with value S, placing the result in R.
Create a new stream object from ParrotIO object S, placing the result in R.
Create a new readtable object and places it in R.
Creates a new float with value F, placing the result in R.
Creates a new integer with value I, placing the result in R.
Creates a new hash table, placing the result in R.
Create a new package with name N, placing the result in P.
Create a new function object with label L, placing the result in F.
Create a new macro object with label L, placing the result in F.
|