源代码:
#include
#include
#include
#include
#include
#include
#include
#include
更新到第五个版本了,真不容易啊
之前都忘记说各个版本所更新的功能了,就在这里讲讲吧
FastCode1.1:黑屏白字,只有文本编辑功能,保存功能
FastCode1.2:代码高亮显示
FastCode1.3:编译命令及其他简单命令
FastCode1.4:自定义关键字
FastCode1.5:填充指令
使用示例:
编译:
'{'填充:
向上查找:
帮助文档:
: command
: help
: save
: quit and save
: quit
: compile
: top
num : y = num
num : x = num
str : str = keyword
str num : str = color (num)
+ Enter+ str : system (str)
: copy
: paste
< < > str : find(str)
< > > str : find(str)
<-> num : erase(num)
<{> num,begin,step : {begin,begin+step,begin+step*2,...}
<"> num,begin,step : "begin,begin+step,begin+step*2,..."
<|> num,begin,step,+ :
<|> num,begin,step,- :