Next: , Previous: x1f4_near_shuffle, Up: Procedural Language Interpreter Functions


5.6.3.8 x1f4_peer_shuffle

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.