First Code Item

We include the ability to fetch the first code item on a wiki-page in wasm modules. We can do this with the following syntax:

get the first_CodeItem of page "Test" get page "Test" of wiki "h2g2.earth" put the first_CodeItem of it into itemArray put pArray_FirstCodeItem (it) into itemArray get wiki_CodeItem ("Test", "h2g2.earth") put itemArray_ToPageArray (it) into pArray -- display_Ghost pArray