[fine] Starting on lists, god help me

This commit is contained in:
John Doty 2024-01-17 15:58:48 -08:00
parent 106f2eb30f
commit 9ee8d39963
5 changed files with 190 additions and 35 deletions

View file

@ -0,0 +1,10 @@
fun sum(x: list<f64>) -> f64 {
75 // lol
}
fun test() {
let val = [1, 2, 3];
sum(val);
}
// @no-errors