From 103658b94d103c19a71732ab01afd723e61038f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=A1=82=E7=BA=B2?= Date: Sat, 27 Apr 2024 22:11:30 +0800 Subject: [PATCH] Update Environment.html --- vignettes/clr/SMRUCC/Rsharp/Runtime/Environment.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vignettes/clr/SMRUCC/Rsharp/Runtime/Environment.html b/vignettes/clr/SMRUCC/Rsharp/Runtime/Environment.html index bfa5dc1..aaa9197 100644 --- a/vignettes/clr/SMRUCC/Rsharp/Runtime/Environment.html +++ b/vignettes/clr/SMRUCC/Rsharp/Runtime/Environment.html @@ -22,8 +22,9 @@

Description

-

A R# scripting runtime context. - (在一个环境对象容器之中,所有的对象都是以变量来表示的)

+

A R# scripting runtime context.

+ +

(在一个环境对象容器之中,所有的对象都是以变量来表示的)

Declare

@@ -36,7 +37,6 @@ export class Environment { # the global environment globalEnvironment: GlobalEnvironment; # It is the top level global environment? - # (当前的环境是否为最顶层的全局环境?) isGlobal: boolean; isLINQContext: boolean; # get value of the special last variable in R# Environment