Skip to content

Commit 9a2f399

Browse files
committed
Tour: delete references to the long gone "Run" button
1 parent a7637f4 commit 9a2f399

File tree

8 files changed

+0
-19
lines changed

8 files changed

+0
-19
lines changed

_es/tour/basics.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Puedes ejecutar Scala en tu navegador con Scastie.
2121

2222
Así, de manera fácil y sin preparación, puedes probar fragmentos de código Scala.
2323

24-
Muchos ejemplos de código en esta documentación están integrados con Scastie, y así puedes probarlos directamente solo con pulsar el botón "Run".
25-
2624
## Expresiones
2725

2826
Las expresiones son sentencias computables.

_ja/tour/basics.md

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ Scastieを利用することでブラウザ上でScalaを実行することが
2020

2121
このサイトを使えば、簡単にセットアップせずScalaのコードの一部を試すことができます。
2222

23-
このドキュメントの多くのコードの例はScastieで開発されています。
24-
そのため、サンプルコード内のRunボタンをクリックするだけで、そのまま簡単にコードを試すことができます。
25-
2623
##
2724

2825
式は計算可能な文です。

_ko/tour/basics.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ Scastie를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다
2222

2323
이는 설정 없이 스칼라 코드들을 손쉽게 실험할 수 있는 방법이다.
2424

25-
이 페이지의 많은 예제 코드가 Scastie와 통합되어 있어 간단히 실행 버튼만 눌러 직접 실험해 볼 수 있다.
26-
2725
## 표현식
2826

2927
표현식은 연산 가능한 명령문이다.

_pl/tour/basics.md

-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ Dzięki Scastie możesz uruchomić Scalę w swojej przeglądarce.
2121

2222
Jest to prosta i niewymagająca żadnej instalacji metoda do eksperymentowania z kodem w Scali.
2323

24-
Wiele przykładów kodu w tym przewodniku jest również zintegrowana ze Scastie,
25-
dzięki czemu można je wypróbować wciskając po prostu przycisk "Run".
26-
2724
## Wyrażenia
2825

2926
Wyrażenia są rezultatem ewaluacji fragmentów kodu.

_ru/tour/basics.md

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ previous-page: tour-of-scala
2020

2121
Это простой способ поэкспериментировать со Scala кодом без всяких настроек.
2222

23-
Большинство примеров кода в этой документации также интегрированы с Scastie,
24-
поэтому вы можете поэкспериментировать с ними, просто нажав кнопку Run.
25-
2623
## Выражения
2724

2825
Выражения — это вычислимые утверждения.

_th/tour/basics.md

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ In this page, we will cover basics of Scala.
2323

2424
ในขั้นตอนนี้ง่ายมาก ที่จะได้ประสบการณ์ของเรากับ Scala
2525

26-
หลายๆ โค้ดตัวอย่างในเอกสารนี้จะฝังใน Scastie ซึ่งคุณสามารถกดที่ปุ่ม Run เพื่อดูว่าโด้นนั้นๆ จะได้ผลลัพธ์อย่างไร
27-
2826
## Expressions
2927

3028
Expression หรือ นิพจน์ เป็นโค้ดที่ทำการคำนวนได้

_tour/basics.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ You can run Scala in your browser with _Scastie_. This is an easy, zero-setup wa
2020
2. Paste `println("Hello, world!")` in the left pane.
2121
3. Click __Run__. The output appears in the right pane.
2222

23-
_Scastie_ is integrated with some of the code examples in this documentation; if you see a __Run__ button in a code example below, click it to directly experiment with the code.
24-
2523
## Expressions
2624

2725
Expressions are computable statements:

_zh-cn/tour/basics.md

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ previous-page: tour-of-scala
2222

2323
这是一种简单的、零设置的方法来实践Scala的代码片段。
2424

25-
这篇文档中的大部分代码示例与 Scastie 进行了集成,可以通过点击 “Run” 按钮即来直接运行 Scala 代码。
26-
2725
## 表达式
2826

2927
表达式是可计算的语句。

0 commit comments

Comments
 (0)