From c9a942aca66903d817b3b7df46488451a0bd7004 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 21 Aug 2022 18:02:46 -0500 Subject: Move into src/ --- util.fnl | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 util.fnl (limited to 'util.fnl') diff --git a/util.fnl b/util.fnl deleted file mode 100644 index c884a01..0000000 --- a/util.fnl +++ /dev/null @@ -1,13 +0,0 @@ -;;; UTIL.fnl -;; Utility functions -;; Copyright (C) 2022 Case Duckworth -;; License: Good Choices (https://acdw.casa/gcl) - -(local util {}) - -(lambda util.printlns [?sep ...] - "Print arguments as strings, delimited by ?SEP. -?SEP defaults to '\n', but can be anything." - (print (table.concat [...] (or ?sep "\n")))) - -util -- cgit 1.4.1-21-gabe81