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
b6a27d29782f4535d923c7c08010087e73ae1cf6
qse/regress/awk/lang-029.awk

20 lines
125 B
Awk
Raw Normal View History

Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
Recovered from cvs revision 2007-11-14 08:31:00
2007-11-14 17:37:00 +00:00
function abc ()
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
{
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;
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
print x = 20;
{
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 abc;
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
abc = 30;
print abc;
abc ();
}
}
BEGIN {
abc ();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 354ms Template: 10ms
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