[obsidian] vault backup: 2025-08-05 18:45:51[
All checks were successful
Build / build (push) Successful in 7m24s

This commit is contained in:
2025-08-05 18:45:51 +09:00
parent 77dc3f577a
commit f1f31100c5
2 changed files with 5 additions and 5 deletions

View File

@@ -87,16 +87,16 @@ $x
```rust ```rust
//ステージ1からスタート //ステージ1からスタート
---stage(-1)--- stage(-1){
//ここはステージ0 //ここはステージ0
let x = {...} let x = {...}
--- }
//一度ステージ1へ //一度ステージ1へ
---stage(-1) stage(-1){
//ここはステージ0 //ここはステージ0
let y = (x+...) let y = (x+...)
--- }
``` ```
これをこういう形でネストした式へ変形 これをこういう形でネストした式へ変形