Next: Debugging, Previous: System, Up: The Poke Language [Contents][Index]
The Poke language provides a set of pre-defined functions which can be used to access and modify properties of the underlying implementation running the Poke programs.
• vm_obase : | Get the output base. | |
• vm_set_obase : | Set the output base. | |
• vm_opprint : | Get whether pretty-printers are used. | |
• vm_set_opprint : | Set whether pretty-printers are used. | |
• vm_oacutoff : | Get the cutoff limit for array printing. | |
• vm_set_oacutoff : | Set the cutoff limit for array printing. | |
• vm_odepth : | Get the maximum output depth level. | |
• vm_set_odepth : | Set the maximum output depth level. | |
• vm_oindent : | Get the output indentation step. | |
• vm_set_oindent : | Set the output indentation step. | |
• vm_omaps : | Get whether output maps get printed. | |
• vm_set_omaps : | Set whether output maps get printed. | |
• vm_omode : | Get the current output mode. | |
• vm_set_omode : | Set the current output mode. |