title: “file::run Function Documentation” author: “laplante@plcb.ca” date: “2023” version: “1.0.0” section: “1g”
file::run — Run a file and return its result.
file::run or run(file[error: variable, file…])
The file::run
function executes a file and returns the result.
The file can be either a text file or a GoWeb binary file.
res={{
run("file1");
}}.
return
res=Template1
30
30.
.
laplante@plcb.ca