<< pyGEquals Scithon pyGreater >>

Scithon >> Scithon > pyGet

pyGet

Retrieves variable defined through py() or pyExec().

Syntax

pyGet(string Var_Name)

Arguments

file_location

Variable name as a string.

Description

Retrieves a named variable previously defined through py() or pyExec().

Example

startPy
py("a=5")
pyGet("a")
quitPy

Report an issue
<< pyGEquals Scithon pyGreater >>