This is a guide to the library program functions of Pluvo. These variables must be accessed with the "@" namespace sigil. For an introduction to Pluvo, try the Guide to Pluvo instead. Feel free to ask questions about this document on the Pluvo mailing list.
>> @abs -5 5 >> @abs 3 3 >> @abs { 3 - 5 } -2
>> # This is a comment >> say >> block = { @grandparent } >> block = { @quote block } >> block:"comment" This is a comment
>> this = { @parent }
>> {block} = { 5 + 3 } >> say {{{ @quote block }:0}:0} 5
>> say { @sqrt 25 } 5 >> say { @sqrt 49 } 7
>> test = (argv) >> $stack = { @stack } >> say { { $stack:1 }:"kind" } >> test Function
These functions are just the variables that are available only using the program variables namespace sigil, "@". There are many basic functions that you can use without the "@" character.
Sean B. Palmer, inamidst.com