Skip to content

Tour: delete references to the long gone "Run" button #3160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _es/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Puedes ejecutar Scala en tu navegador con Scastie.

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

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".

## Expresiones

Las expresiones son sentencias computables.
Expand Down
3 changes: 0 additions & 3 deletions _ja/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ Scastieを利用することでブラウザ上でScalaを実行することが

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

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

##

式は計算可能な文です。
Expand Down
2 changes: 0 additions & 2 deletions _ko/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Scastie를 사용하면 브라우저에서 스칼라를 실행해 볼 수 있다

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

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

## 표현식

표현식은 연산 가능한 명령문이다.
Expand Down
3 changes: 0 additions & 3 deletions _pl/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ Dzięki Scastie możesz uruchomić Scalę w swojej przeglądarce.

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

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

## Wyrażenia

Wyrażenia są rezultatem ewaluacji fragmentów kodu.
Expand Down
3 changes: 0 additions & 3 deletions _ru/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ previous-page: tour-of-scala

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

Большинство примеров кода в этой документации также интегрированы с Scastie,
поэтому вы можете поэкспериментировать с ними, просто нажав кнопку Run.

## Выражения

Выражения — это вычислимые утверждения.
Expand Down
2 changes: 0 additions & 2 deletions _th/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ In this page, we will cover basics of Scala.

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

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

## Expressions

Expression หรือ นิพจน์ เป็นโค้ดที่ทำการคำนวนได้
Expand Down
2 changes: 0 additions & 2 deletions _tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ You can run Scala in your browser with _Scastie_. This is an easy, zero-setup wa
2. Paste `println("Hello, world!")` in the left pane.
3. Click __Run__. The output appears in the right pane.

_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.

## Expressions

Expressions are computable statements:
Expand Down
2 changes: 0 additions & 2 deletions _zh-cn/tour/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ previous-page: tour-of-scala

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

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

## 表达式

表达式是可计算的语句。
Expand Down
Loading