1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/test_xor.md

35 lines
605 B
Markdown
Raw Normal View History

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - test_xor.fun — overview
subtitle: Documentation for test_xor.fun — overview
description: Documentation for test_xor.fun — overview
permalink: /documentation/examples/test_xor/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# test_xor.fun — overview
What it shows
- Bitwise XOR helper/tests.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/test_xor.fun
- Or: fun examples/test_xor.fun