About 1,700,437 results (2,588 milliseconds)

Blockly variable scope

https://groups.google.com/g/blockly/c/rGMz3NnFVRI
Another way is to choose whether each variable is supposed to be local or global (similar to Python). Things get more complicated when variable names collide ...

Jinja variable question

https://groups.google.com/g/salt-users/c/SGQxHlXwoos
Apr 16, 2015 ... Seems like this is a local/global variable issue but I don't understand how a variable defined outside the for loops can be used in the loop ...

global goroutine data / thread local storage?

https://groups.google.com/g/golang-nuts/c/bwJecP42Olk
Sep 24, 2020 ... > var loggedInUser = "def" > PrintLoggedInUser() > }() > > > why? i ... goroutine-local variable? Ian. > On Wednesday, September 23 ...

Create and select local variables

https://groups.google.com/g/blockly/c/pIZmBL7B4Es
Aug 24, 2020 ... Is there any way to create local variables in a function block and if selecting a variable inside this function block to only show those variables which are ...

RPL: Reassign a local variable

https://groups.google.com/g/comp.sys.hp48/c/Ujngf2y134A
Of course you can reassign a value of a local variable, at least as long the context is reachable. Alain meant to write: << 3 -> x << 5 'x' STO x > ...

Local variable definition in Python list comprehension

https://groups.google.com/g/comp.lang.python/c/PeFJa6xE-0o
So I totally agree that list comprehension adds much expressiveness in Python. I only wonder whether it is a good idea to introduce a specific syntax for local ...

CodeChecker finding 'unscoped CFC variables' in ColdBox

https://groups.google.com/g/coldbox/c/DZZN2HvhzVI
Dec 2, 2020 ... Now, lack of var scoping CAN cause bugs in an app if those variables were meant to be local in the first place, But all of the things in the ...

Lexical Scope

https://groups.google.com/g/blockly/c/iQ3bWTxg2eE
... local variables, and one type of block for global variables. This is SORT OF ... custom blocks (AppInventor), yes it is almost same with what i meant.

Does CFEngine pass a list variable to a bundle by reference -- or by ...

https://groups.google.com/g/help-cfengine/c/XI3ydAQBO44
Feb 10, 2021 ... Is that what you meant by not being able to ... variable defined inside the bundle (local) report their contents in bundle data_by_value.

Shouldn't the constexpr variables be treated as static by default?

https://groups.google.com/a/isocpp.org/g/std-proposals/c/m6_ISkYUxD0
Mar 30, 2014 ... I haven't written a proposal yet, but I meant all the contexts of defining constexpr variables: top-level, member and local.

[llvm-dev] "[NFC]" Abuse

https://groups.google.com/g/llvm-dev/c/AXCgjDwcWnQ
Imagine a function with a local variable, whose meaning is completely changed, but without impacting the end output of the function - if a downstream ...

Local Variable in Template: Angular 2

https://groups.google.com/g/angular/c/Zhun23mN0oU
That means it is already an assignment, and you can't reassign it. Setting local variables is (for now) prohibited in template syntax. That does not mean you ...

Are static locals initialized safely?

https://groups.google.com/a/chromium.org/g/cxx/c/j5rFewBzSBQ
Nov 24, 2016 ... In the list of C++11 features I couldn't find anything about static local variables. ... Oh, is that what they meant by that phrasing? That ...

Buffer types only allowed as function local variables

https://groups.google.com/g/cython-users/c/vFXntLy_s9Q/m/V5BIXSr2NV0J
Dec 28, 2009 ... following so that I can understand it ? I think I understand what it means, but I don't know how to do it in. Cython. (start quote). I ...

Allow re-assigning of const value in DevTools

https://groups.google.com/g/google-chrome-developer-tools/c/yxQxiqS8b0w/m/1mwTSCZVAgAJ
Aug 17, 2019 ... I understand that a const value is not meant to be reassigned ... Local Overrides, the edited value does not survive a reload).

asm/amd64: is it safe to use NO_LOCAL_POINTERS in this scenario?

https://groups.google.com/g/golang-nuts/c/SxWxUG0uezY/m/YWXLSuesBQAJ
Feb 21, 2020 ... ... local variables. I'm not sure what it means by "local variables". When doing asm, you can only imagine local variables as stack-saved values.

Higher Computing Revision - Parameter Passing

https://sites.google.com/rgc.aberdeen.sch.uk/rgc-highercomputing/software-dev/implementation/parameter-passing
Global and Local variables ... A global variable means it is accessible in EVERY sub-routine of the entire program. ... This is not a good idea….

Calling static methods on a variable holding a class

https://groups.google.com/g/clojure/c/I_blUCyCWaQ
Jul 6, 2009 ... can't be used with local variables. (let [foo ByteBuffer] (allocate1 ... Hi Nicolas, sorry, that last post missed the second part, I meant to add;

Re: [cython-users] OpenMP block: local variable referenced before ...

https://groups.google.com/g/cython-users/c/OL1GFNUavng
Den 24. mars 2013 kl. 07:25 skrev Alexander Kalinin <[email protected]>: > > I don't understand why variable num_threads is unassigned?

New script: SmartTag (resolves ambiguous C++ tags etc)

https://groups.google.com/g/vim_dev/c/nq4zuT-lCIQ
- Tag to local variables (not defined in tags file). - NEW: Tag to labels ... > > originally a tag (eg a local variable), then it starts off working.