user_tokens.inc

来自「This a basic compiler for MSP430」· INC 代码 · 共 12 行

INC
12
字号
// Butterfly BASIC - a BASIC interpreter for the MSP430
// Copyright (c) 2003, 2004 Paul Curtis
// email: plc@rowley.co.uk

// Tokens specific to this interpreter

#if PART == COMMAND_TOKENS

T(T_DISPLAY,     "DISPLAY",       x_display,     0)

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?