Skip to content

Commit effac2d

Browse files
committed
修复注释没跳过的问题
1 parent f7cd65d commit effac2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

librian虛擬機/劇本.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ def __init__(self, 讀者, 類型, 參數表):
291291

292292
@staticmethod
293293
def 註釋(讀者, 註釋):
294-
None
294+
讀者.步進()
295295

296296
@staticmethod
297297
def 躍點(讀者, 躍點):
298-
None
298+
讀者.步進()
299299

300300
@staticmethod
301301
def 函數調用(讀者, 函數, 參數表, 原文):

0 commit comments

Comments
 (0)