📖
Blitz Basic Language Reference
简体中文
简体中文
  • 前言
  • 介绍
  • 关键字
  • 注释
  • 标识符
  • 基本数据类型
  • 常量
  • 变量
  • 数组
  • 表达式和转换
  • 程序流
  • 函数
  • 自定类型
Powered by GitBook
On this page
Edit on GitHub

关键字

以下关键字内置在了 Blitz 中,且不可作为标识符使用(例如变量、函数名、标签等):

After, And, Before, Case, Const, Data, Default, Delete, Dim, Each, Else, ElseIf, End, EndIf, Exit, False, Field, First, Float, For, Forever, Function, Global, Gosub, Goto, If, Insert, Int, Last, Local, Mod, New, Next, Not, Null, Or, Pi, Read, Repeat, Restore, Return, Sar, Select, Shl, Shr, Step, Str, Then, To, True, Type, Until, Wend, While, Xor, Include
Previous介绍Next注释

Last updated 1 year ago