plsm-cpp/examples/42.plsm
2024-02-27 08:45:58 +01:00

10 lines
101 B
Plaintext

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