Next: x1f4_pipe_shuffle, Previous: x1f4_note_shuffle, Up: Procedural Language Interpreter Functions [Index]
extern int x1f4_peer_shuffle (const char *program, unsigned flags);
The x1f4_peer_shuffle
function determines if the program
textual
program is likely a procedural one rather than an imperative one. Flags may
list X1f4_A1_SCOMMENT
, indicating that shell style comments (‘#’
led) should be allowed.
The function returns 1
for procedural program likelyhood, 0
otherwise.