Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:language_reference:functions:io.put [2016/10/10 09:41] – external edit 127.0.0.1documentation:language_reference:functions:io.put [2025/11/20 03:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== io.Put ======+====== io.put ======
  
 ### ###
-//io.put(filename,variablename)// saves variable variablename to file filename+//io.put(filename,variablename)// saves variable variablename to file filename. Variables saved in this way can be retrieved with the command [[documentation:language_reference:functions:io.get|io.get]]. 
 ### ###
  
-===== 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 ===== ===== Table of contents =====
 {{indexmenu>.#1}} {{indexmenu>.#1}}
Print/export