ladder.ctxt

来自「Java based Snakes and Ladders game.」· CTXT 代码 · 共 12 行

CTXT
12
字号
#BlueJ class context
comment0.target=class\ Ladder
comment0.text=\nWrite\ a\ description\ of\ class\ Ladder\ here.\n\n@author\ (your\ name)\ \n@version\ (a\ version\ number\ or\ a\ date)\n\n
comment1.target=x
comment2.params=y
comment2.target=int\ sampleMethod(int)
comment2.text=\nAn\ example\ of\ a\ method\ -\ replace\ this\ comment\ with\ your\ own\n\n@param\ \ y\ \ \ a\ sample\ parameter\ for\ a\ method\n@return\ \ \ \ \ the\ sum\ of\ x\ and\ y\ \n\n
comment3.params=
comment3.target=Ladder()
comment3.text=\nConstructor\ for\ objects\ of\ class\ Ladder\n\n
numComments=4

⌨️ 快捷键说明

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