stabilize

This commit is contained in:
2026-02-10 23:25:42 +03:00
parent d9cc66e35c
commit 091565f020
10 changed files with 664 additions and 102 deletions

View File

@@ -4,7 +4,7 @@ namespace S8n.Components.Basics;
public class Calculator
{
public object Calc(string @operator, object[] args)
public object Execute(string @operator, object[] args)
{
if (args == null || args.Length < 2)
{