Implemented extern functions
This commit is contained in:
6
src/core/IsExtern.go
Normal file
6
src/core/IsExtern.go
Normal file
@ -0,0 +1,6 @@
|
||||
package core
|
||||
|
||||
// IsExtern returns true if the function has no body.
|
||||
func (f *Function) IsExtern() bool {
|
||||
return f.Body == nil
|
||||
}
|
Reference in New Issue
Block a user