Removed export keyword from README.md

This commit is contained in:
2023-02-09 17:46:28 +00:00
parent 85dc24c4a6
commit 76a0290290
3 changed files with 25 additions and 7 deletions

View File

@@ -60,8 +60,6 @@ var tally = makeCounter();
print tally(); //1
print tally(); //2
print tally(); //3
export tally; //export this variable to the host program
```
# License