Skip to content
Incomplete sheet

This sheet is incomplete and could use some attention. Please submit code snippet suggestions as an issue or PR here.

Stan

Output

Action Code Details
Print string
print("Hello world")
Print value of variable with name
print("x=", x);

Errors

Action Code Details
Throw error
reject("x contains NaNs");