User Tools

Site Tools

한국어

cubloc:gosub...return:index

GoSub...Return

The GoSub command can call a subroutine. The Return command must be used at the end of the subroutine.

GoSub ADD_VALUE
 
ADD_VALUE:
  A = A + 1
  Return

Go CUBLOC home

cubloc/gosub...return/index.txt · Last modified: 2016/04/14 11:07 (external edit)