rw-moore / SciLO

GNU General Public License v3.0
0 stars 0 forks source link

types of variables #58

Open TianqiCS opened 5 years ago

TianqiCS commented 5 years ago

Currently I think of three types

TianqiCS commented 5 years ago

server responds with 500, need investigate

haotianzhu commented 5 years ago

{"name": "a1", type: "fixed", "value": "a string"}

{"name": "a2", type: "list", "value": ["a string", "another string"] }

{"name": "a3", type: "script", "value": "some texts", params={"language": "sage-script"}}