Skip to content

Instantly share code, notes, and snippets.

@rediffusion
Last active October 7, 2019 13:20
Show Gist options
  • Save rediffusion/be274d26584838e2fa8e98e90c59016a to your computer and use it in GitHub Desktop.
Save rediffusion/be274d26584838e2fa8e98e90c59016a to your computer and use it in GitHub Desktop.
Прыжки к функциям, меткам, классам. Alt+F1 - прыжёк вперёд. Есть ещё прыжёк назад но пока не знаю!? Если не робит делаем Alt+M > Refresh Current Project
;~ #Include <xl>
;~ #Include <func>
;~ #Include <func>
;~ func("func") ; Это для прыжка на функцию, файл которого находится в той же папке/подпапке. Для работы нужно раскомментировать -- #Include <func>
func("func")
myfunc(b)
Gosub, subroutine
return
;********************Subroutine********************
subroutine:
MsgBox % nothing
return
;********************Function********************
myfunc(b){
var:=nothing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment