racket/collects/tests/honu/struct-use.honu
2011-07-12 10:37:23 -06:00

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);
*/