Skip to main content
FScript
Docs
Next
Next
0.78.1
0.78.0
0.77.1
0.77.0
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
Playground
GitHub ↗
FScript sandbox
Edit an example and run it with the JavaScript build of FScript.
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.