Skip to content

Commit

Permalink
changes to support bidirectional interface with sqlite3 CLI. I forgot…
Browse files Browse the repository at this point in the history
… -a ;(
  • Loading branch information
eschen42 committed Dec 28, 2022
1 parent c6c126d commit 6184501
Show file tree
Hide file tree
Showing 22 changed files with 1,597 additions and 265 deletions.
8 changes: 4 additions & 4 deletions LiComboP.icn
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$ifndef _LiComboP_
$define _LiComboP_
############################################################################
#
# File: LiComboP.icn
Expand Down Expand Up @@ -33,12 +35,10 @@
# Recurrently suspend lists combining finite seqs.
#
############################################################################
$ifndef _LiComboP_
$define _LiComboP_

$ifndef _wora_
$error wora.icn must be included for definition of procedure wora(id)
$endif
$include "wora.icn"
$endif # _wora_

procedure LiP(A) #: produce lists combining infinite sequences
# Generate combinations of argument results for list-invocation,
Expand Down
Loading

0 comments on commit 6184501

Please sign in to comment.