plsm-cpp/examples/42.plsm
2024-02-27 21:06:50 +01:00

12 lines
151 B
Plaintext

import test.test;
fn main[] Int = 42;
fn test[b Int] Int = {
fn helper[] Int = b;
20 * helper[];
};
fn size[vals List{Int}] Int = vals.size[];