mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 12:59:05 +08:00
change function name and cli format
This commit is contained in:
@@ -904,7 +904,7 @@ nasal_ref builtin_print(std::vector<nasal_ref>& local,nasal_gc& gc)
|
||||
```
|
||||
After that, register the built-in function's name(in nasal) and the function's pointer in this table:
|
||||
```C++
|
||||
struct FUNC_TABLE
|
||||
struct func
|
||||
{
|
||||
const char* name;
|
||||
nasal_ref (*func)(std::vector<nasal_ref>&,nasal_gc&);
|
||||
|
||||
Reference in New Issue
Block a user