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,3 +1,14 @@
|
|||
/**
|
||||
* 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
|
||||
*/
|
||||
|
||||
// Get environment variables of the operation system.
|
||||
|
||||
case OP_ENV: {
|
||||
Value key = pop_value(vm);
|
||||
if (key.type != VAL_STRING) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue