====== io.Get ======
###
//io.get(filename,variablename)// retrieves variable variablename from file filename
###
===== Input =====
* filename : String
* variablename : String
===== Output =====
The function gives no output, but a variable with name "variablename" is accessible afterwards.
===== Example =====
###
description text
###
==== Input ====
-- some example code
==== Result ====
text produced as output
===== Table of contents =====
{{indexmenu>.#1}}