You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this language and template independent, this could be a list of strings and integers. Integer 0 is the "key" (variable name) and 1 is the value. The setup variables are a map of <key, value>. The strings are the fill-in for the respective programming language. Any processing then concatenates the strings without a space sign (thinking of bash!). e.g. [0, " = ", 1] for the "usual" case, [0, " := ", 1, ";"] for gap, ["setVar(", 0, ", ", 1, ");"] for a more unusual pattern.
The text was updated successfully, but these errors were encountered:
downstream sagemathinc/cocalc#3156
To make this language and template independent, this could be a list of strings and integers. Integer 0 is the "key" (variable name) and 1 is the value. The setup variables are a map of
<key, value>
. The strings are the fill-in for the respective programming language. Any processing then concatenates the strings without a space sign (thinking of bash!). e.g.[0, " = ", 1]
for the "usual" case,[0, " := ", 1, ";"]
for gap,["setVar(", 0, ", ", 1, ");"]
for a more unusual pattern.The text was updated successfully, but these errors were encountered: