Differences
This shows you the differences between two versions of the page.
— |
documentation:language_reference:functions:io.put [2016/10/10 09:41] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== io.Put ====== | ||
+ | ### | ||
+ | //io.put(filename,variablename)// saves variable variablename to file filename | ||
+ | ### | ||
+ | |||
+ | ===== Input ===== | ||
+ | |||
+ | * filename : String | ||
+ | * variablename : String | ||
+ | |||
+ | ===== Output ===== | ||
+ | |||
+ | * bla : real | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | ### | ||
+ | description text | ||
+ | ### | ||
+ | |||
+ | ==== Input ==== | ||
+ | <code Quanty Example.Quanty> | ||
+ | -- some example code | ||
+ | </code> | ||
+ | |||
+ | ==== Result ==== | ||
+ | <file Quanty_Output> | ||
+ | text produced as output | ||
+ | </file> | ||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu>.#1}} |