Added some missing license headers and some cosmetic changes.
This commit is contained in:
parent
4345fc6f0c
commit
ff155b6a31
9 changed files with 56 additions and 4 deletions
|
|
@ -1,5 +1,14 @@
|
|||
#!/usr/bin/env fun
|
||||
|
||||
/*
|
||||
* This file is part of the Fun programming language.
|
||||
* https://hanez.org/project/fun/
|
||||
*
|
||||
* Copyright 2025 Johannes Findeisen <you@hanez.org>
|
||||
* Licensed under the terms of the ISC license.
|
||||
* https://opensource.org/license/isc-license-txt
|
||||
*/
|
||||
|
||||
// Environment variables via env(name):
|
||||
// - Returns the value as a string.
|
||||
// - If the variable is not set, returns an empty string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue