From cac4ab4d157536d2e80cf8be0fbd3322324f5512 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 18 Nov 2024 17:46:17 -0500 Subject: [PATCH] Note temporariness of current Star implementation --- mathics/builtin/no_meaning.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mathics/builtin/no_meaning.py b/mathics/builtin/no_meaning.py index 408775a7b..924693354 100644 --- a/mathics/builtin/no_meaning.py +++ b/mathics/builtin/no_meaning.py @@ -1,4 +1,6 @@ # -*- coding: utf-8 -*- +# Note: this will be redone soon to pull no-meaning operator information from operators.yml out +# of the MathicsScanner project. """ Operators without Built-in Meanings