Getting Started
Pick your environment and get something running.
The Example
str message: "Hello, Stof!"
fn greet() -> str {
`${self.message} Data and logic, together.`
}
#[main]
fn main() {
pln(self.greet());
}
/* Output:
Hello, Stof! Data and logic, together.
*/CLI
TypeScript
Python
Rust
What's next?
Last updated