Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

GeoStudios/Fusion

Repository files navigation

Fusion

Example:

package main;

using "#/std";

fn main() -> int {
    int x = 4;
    int z = -2;

    int add = x + z;
    std.print(add)
    return 0;
}
main();

All .f files must have a fn main(string[] args) -> int {} so it can launch it if it is the main file the package name must be the same as the file name

Releases

No releases published

Packages

No packages published