dont require core files
This commit is contained in:
parent
3d26928a3c
commit
4ee161b296
|
@ -1,6 +1,6 @@
|
|||
#lang honu
|
||||
|
||||
require "function.honu";
|
||||
// require "function.honu";
|
||||
|
||||
function foo (a b c){
|
||||
display("5");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#lang honu
|
||||
|
||||
require "struct.honu";
|
||||
// require "struct.honu";
|
||||
|
||||
struct foo {a b c};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user