[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: print and printf() function not in FUNCTAB or PROCINFO
From: |
Andrew J. Schorr |
Subject: |
Re: print and printf() function not in FUNCTAB or PROCINFO |
Date: |
Fri, 28 Jan 2022 16:49:42 -0500 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
On Fri, Jan 28, 2022 at 02:56:40PM -0500, J Naman wrote:
> This is a micro-bug, if at all;
> ("sprintf" in FUNCTAB) == TRUE
> ("printf" in FUNCTAB) == FALSE
> ("print" in FUNCTAB) == FALSE
> same as above for PROCINFO["identifiers"]
> FYI: I don't care, just noticed it on the fly.
I believe it's because printf is considered a statement, like getline, not a
function like sprintf or gensub. Does that make sense?
Regards,
Andy