"vscode:/vscode.git/clone" did not exist on "d2a0fc5ac592c5f33b96ec98b16e50976f09a6ce"
Commit a441558c authored by Darío Hereñú's avatar Darío Hereñú Committed by QuanluZhang
Browse files

Added punctuation signal on string #25 (#665)

parent 26bd7272
...@@ -22,7 +22,7 @@ User should define the name of variable, type and candidate value of variable. ...@@ -22,7 +22,7 @@ User should define the name of variable, type and candidate value of variable.
The candidate type and value for variable is here: The candidate type and value for variable is here:
* {"_type":"choice","_value":options} * {"_type":"choice","_value":options}
* Which means the variable value is one of the options, which should be a list The elements of options can themselves be [nested] stochastic expressions. In this case, the stochastic choices that only appear in some of the options become conditional parameters. * Which means the variable value is one of the options, which should be a list. The elements of options can themselves be [nested] stochastic expressions. In this case, the stochastic choices that only appear in some of the options become conditional parameters.
<br/> <br/>
* {"_type":"randint","_value":[upper]} * {"_type":"randint","_value":[upper]}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment