From 44340bafd25f9d6645045a7448f7eb95f32798b3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Tue, 29 Sep 2020 20:02:47 -0700 Subject: [PATCH] Update doc/Plugins/Plang.md --- doc/Plugins/Plang.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Plugins/Plang.md b/doc/Plugins/Plang.md index d2cc3b16..73a4fe37 100644 --- a/doc/Plugins/Plang.md +++ b/doc/Plugins/Plang.md @@ -101,7 +101,9 @@ See the [Plang Map documentation](https://github.com/pragma-/Plang#maps) for a r ### Karma example -Here is a quick-and-dirty way to make a simple Karma system. +Here is a quick-and-dirty way to make a simple Karma system. This is a demonstration of what is +currently possible with Plang. This will not be its final form. Support for classes will be added +soon. We'll use the `factget()` and `factset()` functions to get and store Karma values to an unique unused channnel; let's call it `#karma-data`. To get the first command argument,