jeene/test/example.jn
2025-12-25 13:16:15 +00:00

5 lines
82 B
Text

{
const name: str = 'bob';
const bob = new Person(name);
print(bob.name);
}