commit | 8c5cefa108f77be5a4b0dfcb6e14807beb4f6be7 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Tue Jan 17 13:04:36 2023 +0100 |
committer | swissChili <swisschili@fastmail.com> | Tue Jan 17 13:04:36 2023 +0100 |
tree | e2f8f6b4bba54328d79aed70b6bd8cefa3d949bb | |
parent | ae3a8b9d6768d9c8b5bd39a4b04e4ec0da42e1fb [diff] [blame] |
Fix NotebookCell status, add quit button, BUGS
diff --git a/StdLib.h b/StdLib.h index 0cc98a5..75d415d 100644 --- a/StdLib.h +++ b/StdLib.h
@@ -10,7 +10,7 @@ void load(Evaluator &eval); private: - Function _print{"Print"}, + Function _print{"Print"}, _prout{"Prout"}, _sleep{"Sleep"}; };