Skip to main content
FScript
Docs
0.76.0
Next
0.76.0
0.75.0
0.74.0
0.73.0
0.72.0
0.71.1
0.71.0
0.70.0
0.69.0
0.68.0
0.67.1
0.67.0
0.66.0
0.65.0
0.64.0
0.63.0
0.62.0
0.61.0
0.60.1
0.60.0
Sandbox
GitHub
FScript Sandbox
Browser execution powered by the Fable JavaScript facade.
Example
Values
Imports
Session
Program
Session
Main
Run
let add x y = x + y let numbers = [1; 2; 3; 4] let total = List.fold add 0 numbers total
/shared.fss
let inc x = x + 1
Output
Ready.