翻訳と辞書
Words near each other
・ calendar api
・ calendar application programming interface
・ caliban
・ calico
・ california state university san marcos
・ call unix
・ call-by-name
・ call-by-need
・ call-by-reference
・ call-by-value
call-by-value-result
・ call-level interface
・ call-with-current-continuation
・ call/cc
・ callback
・ callee
・ caller id
・ calling convention
・ callware
・ cals


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

call-by-value-result : FOLDOC
call-by-value-result
An argument passing convention where the actual argument is a variable V whose value is copied to a local variable L inside the called function or procedure. If the procedure modifies L, these changes will not affect V, which may also be in scope inside the procedure, until the procedure returns when the final value of L is copied to V. Under call-by-reference changes to L would affect V immediately. Used, for example, by {BBC BASIC V} on the Acorn Archimedes.



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

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