Stropping (syntax)
http://dbpedia.org/resource/Stropping_(syntax) an entity of type: Software
En la maŝinaj prezentoj de programlingvoj ŝlosilvortigo estas maniero apartigi la prezentaĵojn de ŝlosilvortoj disde la nomspaco de la programaj nomoj. Ŝlosilvortigo liberigas la programiston el la neceso memori, kiuj nomoj estas rezervitaj, kaj simpligas la sintaksan analizon.
rdf:langString
In computer language design, stropping is a method of explicitly marking letter sequences as having a special property, such as being a keyword, or a certain type of variable or storage location, and thus inhabiting a different namespace from ordinary names ("identifiers"), in order to avoid clashes. Stropping is not used in most modern languages – instead, keywords are reserved words and cannot be used as identifiers. Stropping allows the same letter sequence to be used both as a keyword and as an identifier, and simplifies parsing in that case – for example allowing a variable named if without clashing with the keyword if.
rdf:langString
rdf:langString
Ŝlosilvortigo
rdf:langString
Stropping (syntax)
xsd:integer
3631345
xsd:integer
1109633715
rdf:langString
y
rdf:langString
May 2019
rdf:langString
"nb"
rdf:langString
En la maŝinaj prezentoj de programlingvoj ŝlosilvortigo estas maniero apartigi la prezentaĵojn de ŝlosilvortoj disde la nomspaco de la programaj nomoj. Ŝlosilvortigo liberigas la programiston el la neceso memori, kiuj nomoj estas rezervitaj, kaj simpligas la sintaksan analizon.
rdf:langString
In computer language design, stropping is a method of explicitly marking letter sequences as having a special property, such as being a keyword, or a certain type of variable or storage location, and thus inhabiting a different namespace from ordinary names ("identifiers"), in order to avoid clashes. Stropping is not used in most modern languages – instead, keywords are reserved words and cannot be used as identifiers. Stropping allows the same letter sequence to be used both as a keyword and as an identifier, and simplifies parsing in that case – for example allowing a variable named if without clashing with the keyword if. Stropping is primarily associated with ALGOL and related languages in the 1960s. Though it finds some , it is easily confused with other that are superficially similar.
xsd:nonNegativeInteger
23642