15 lines
134 B
Plaintext
15 lines
134 B
Plaintext
#lang honu
|
|
|
|
/*
|
|
// require "struct.honu";
|
|
|
|
struct foo {a b c};
|
|
|
|
z = foo(1, 2, 3);
|
|
y = 3;
|
|
y = 9;
|
|
// x = foo(1, 2, 3);
|
|
|
|
display(z.a);
|
|
*/
|