翻訳と辞書
Words near each other
・ Gostynin-Włocławek Landscape Park
・ Gostyń
・ Gostyń (disambiguation)
・ Gostyń County
・ Gostyń Łobeski
・ Gostyń, Lower Silesian Voivodeship
・ Gostyń, Silesian Voivodeship
・ Gostyń, West Pomeranian Voivodeship
・ Gostyński Bród
・ Gostënckë
・ Gosu
・ Gosu (disambiguation)
・ Gosu (library)
・ Gosu (programming language)
・ Gosu Cave
GOSUB
・ Gosudarev Rodoslovets
・ Gosure
・ Goswa
・ Goswami
・ Goswami Ganesh Dutta Sanatan Dharma College
・ Goswara
・ Goswell
・ Goswell Road
・ Goswick
・ Goswick rail crash
・ Goswin
・ Goswin (Bishop of Poznań)
・ Goswin de Stassart
・ Goswin I of Heinsberg


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

GOSUB : ウィキペディア英語版
GOSUB
GOSUB is a command in many versions of the BASIC computer programming language. A GOSUB statement jumps to a line elsewhere in the program. That line and the following lines up to a RETURN are used as a simple kind of a subroutine without (sometimes with) parameters or local variables.
The GOSUB command may be used to emulate functions in a BASIC dialect that does not support functions in its syntax. GOSUB is convenient for performing the same function several times in a BASIC program without duplicating the code.
== RETURN ==
A RETURN command resumes program flow from the point at which GOSUB was invoked.
Using GOSUB too many times, as in a loop or recursively, without corresponding RETURN statements, would typically cause a stack overflow. On the other hand, when the BASIC interpreter encounters a RETURN statement without a GOSUB it will emit a RETURN WITHOUT GOSUB error.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「GOSUB」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.