Logo
Explore Help
Sign In
hyung-hwan/qse
1
0
Fork 0
You've already forked qse
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
cd83a1a29e9184b3d9c5818c30279859e2d27815
qse/regress/awk/lang-008.awk

22 lines
174 B
Awk
Raw Normal View History

restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
#
# a local variable can shade a global variable
#
changed the way to handle @words. switched global, local, reset, abort to @global, @local, @reset, @abort to avoid collision with existing awk programs
2012-11-20 14:44:43 +00:00
@global x;
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
BEGIN {
x = 1;
{
changed the way to handle @words. switched global, local, reset, abort to @global, @local, @reset, @abort to avoid collision with existing awk programs
2012-11-20 14:44:43 +00:00
@local x;
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
x = 2;
{
changed the way to handle @words. switched global, local, reset, abort to @global, @local, @reset, @abort to avoid collision with existing awk programs
2012-11-20 14:44:43 +00:00
@local x;
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
x = 3;
print x;
}
print x;
}
print x;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 378ms Template: 19ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API