Initial commit
This commit is contained in:
8
src/New/Value/Function.c
Normal file
8
src/New/Value/Function.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "../../../include/ground.h"
|
||||
|
||||
GroundValue _GroundNewValueFunction(GroundFunction in) {
|
||||
return (GroundValue) {
|
||||
.as.Function = in,
|
||||
.type = Ground.New.Type(GroundType_Function)
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user