Bug 50835

Summary: 'print' undefined
Product: Sisyphus Reporter: Sergey V Turchin <zerg>
Component: duktapeAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: lav
Version: unstable   
Hardware: x86_64   
OS: Linux   

Description Sergey V Turchin 2024-07-05 10:18:50 MSK
Попытка выполнить простой пример приводит к ошибке 
В README.rst написано:
$ duk
  ((o) Duktape
  duk> print('Hello world!');
. Попытка это сделать приводит не к
  Hello world!
  = undefined
, а к
ReferenceError: identifier 'print' undefined
    at [anon] (duk_js_var.c:1236) internal
    at global (input:1) preventsyield
Comment 1 Repository Robot 2024-07-07 07:25:00 MSK
libduktape-2.7.0-alt3 -> sisyphus:

 Sun Jul 07 2024 Vitaly Lipatov <lav@altlinux.ru> 2.7.0-alt3
 - build cmdline duk with useful extra modules (ALT bug #50835)