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

20 lines
161 B
Awk
Raw Normal View History

Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
BEGIN {
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 a;
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
a = 21;
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
print a > 20? 1 : 2;
* fixed an issue in parsing an expression like "a++ ++b" or "1 ++b" * added _WIN32 code handling QSE_PIO_MBSCMD * fixed various _WIN32 issues in qse_env_t * added untested OS2 code handling QSE_PIO_MBSCMD
2011-08-12 09:11:02 +00:00
c = a++ ++b;
print a;
print b;
print c;
fixed a bug in parsing an expression like "1++b" in awk/parse.c
2011-08-13 08:16:05 +00:00
print 99++c;
* changed the explicit concatenation operator from a period to %% for qse_awk_t * added the concatenative assignment operator(%%=) for qse_awk_t
2011-08-16 07:52:48 +00:00
x="he" "ll" %% "o";
x%%=" world"
print x;
Recovered from cvs revision 2007-05-01 07:40:00
2007-05-02 01:07:00 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 364ms 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