Merge branch 'main' into pass-reference-trace

This commit is contained in:
Chris Boesch 2025-08-24 13:48:18 +02:00
commit 470f695968

View File

@ -3,7 +3,7 @@
// example that takes two parameters. As you can see, parameters
// are declared just like any other types ("name": "type"):
//
// fn myFunction(number: u8, is_lucky: bool) {
// fn myFunction(number: u8, is_lucky: bool) void {
// ...
// }
//