1
0
Fork 0
forked from fun/fun

Added class inheritance and constructors. (0.16.0)

This commit is contained in:
Johannes Findeisen 2025-10-01 01:16:52 +02:00
commit a56a351da6
6 changed files with 238 additions and 5 deletions

2
examples/namespaced_mod.fun Normal file → Executable file
View file

@ -3,7 +3,7 @@
// never be executed, but it shows that it is not wrong.
/*
* This file is part of the Fun programming language.
* This file is part of the Fun programming language.
* https://hanez.org/project/fun/
*
* Copyright 2025 Johannes Findeisen <you@hanez.org>