view ibin/brachylog @ 12359:1d64b1d31b01 draft

<int-e> learn An opinion is but the first step towards a fully fledged flame war.
author HackEso <hackeso@esolangs.org>
date Wed, 23 Dec 2020 06:29:57 +0000
parents b044eecae124
children
line wrap: on
line source

#!/bin/sh
echo "$1" > /tmp/input.brachylog
(cd ${HACKENV-/hackenv}/interps/brachylog/brachylog/Brachylog-master/src; swipl -g 'run_from_file("/tmp/input.brachylog", _, _), write("
true."), !, halt; write("
false."), !, halt' brachylog.pl)