1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-27 13:47:42 +00:00

Add defer and assert to the core.

This commit is contained in:
Calvin Rose
2020-01-15 22:38:06 -06:00
parent bc2bac8cd3
commit 65be9ae095
4 changed files with 30 additions and 9 deletions

View File

@@ -367,6 +367,9 @@ static int line() {
case 2: /* ctrl-b */
kleft();
break;
case 5: /* ctrl-e */
gbl_pos = gbl_len;
break;
case 6: /* ctrl-f */
kright();
break;