|
|
4d910dd069
|
moved a subset of source file to the kern package
|
2026-04-27 19:43:37 +02:00 |
|
|
|
3c51b8d2ee
|
Changed some function names and param types
|
2024-07-31 09:11:57 +02:00 |
|
|
|
9070b5c9cc
|
The function parameter model has been modified to support the passing of named parameters
|
2024-07-28 18:49:08 +02:00 |
|
|
|
ef1baa11a8
|
builtin-fmt.go: print() and println() can write data to a generic Writer. They fetch the writer from the control variable '_stdout'.
If _stdout is nil, they write to os.Stdout
|
2024-06-25 10:55:54 +02:00 |
|
|
|
9df9ad5dd1
|
func-*.go modules renamed as builtin-*.go.
Also changed and exported some identiefier relatet to the builtin feature
|
2024-06-09 10:28:51 +02:00 |
|